projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
636ac86
)
release 0.1.40
author
Øyvind Kolås
<pippin@gimp.org>
Tue, 16 Jan 2018 17:38:49 +0000
(18:38 +0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Wed, 17 Jan 2018 02:59:09 +0000
(
03:59
+0100)
configure.ac
patch
|
blob
|
history
meson.build
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 9feac950733574123996d906793bd5328899dd50..bbb7fa296a3aa7ea2b860b06677d7289c63394cd 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-14,7
+14,7
@@
AC_PREREQ(2.54)
m4_define([babl_major_version], [0])
m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [
39
])
+m4_define([babl_micro_version], [
40
])
m4_define([babl_real_version],
[babl_major_version.babl_minor_version.babl_micro_version])
m4_define([babl_version], [babl_real_version])
diff --git
a/meson.build
b/meson.build
index 41a394b1800950778db1ba45d74ffe7af53f9636..620adacd224eee11323425c4bb1cceb636a012ca 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-1,6
+1,6
@@
project('babl', 'c',
license: 'LGPL3+',
- version: '0.1.
39
',
+ version: '0.1.
40
',
meson_version: '>=0.40.0',
default_options: [
'sysconfdir=/etc',